Version

PropertyMappingBase<TKey> Class Members

The following tables list the members exposed by PropertyMappingBase<TKey>.

Public Properties
 NameDescription
Public PropertyConverterSpecifies the converter to use when converting between the schedule property's value and the data object's property's value.  
Public PropertyConverterParameterSpecifies the converter parameter that will be passed in the Convert and ConvertFrom methods of the Converter. If null then the underlying data item will be passed.  
Public PropertyDataObjectPropertySpecifies the property of the data objects in the data source.  
See Also